Properties

$totalLoggedInSessions

$totalLoggedInSessions : integer

Type

integer — The number of sessions that found this user logged in. This property is able to access after called to `isUserLoggedIn()` method.

$userSessionCookieData

$userSessionCookieData : array

Type

array — The cookie data of logged in user. This property is able to access after called to `isUserLoggedIn()` method.

$runnedCronResult

$runnedCronResult : array

Type

array — Runned cron jobs result. This is for use in case that set cron job, cron tab to run by URL. The `CronController` will be call to this `BaseController`. So, it is no need to using `Libraries\Cron` class to run jobs again. Just get the run result from this property. This property will be set by `maybeRunCron()` method.

Methods

__construct()

__construct(\Rdb\System\Container  $Container) 

{@inheritDoc}

Parameters

\Rdb\System\Container $Container
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8011 35775656 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8011 35775656 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8015 35777048 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8011 35775656 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8011 35775656 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8076 35878248 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

deleteMeAction()

deleteMeAction() : string

Delete self confirmation page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8143 35954680 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8143 35954680 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8145 35955376 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8143 35954680 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8143 35954680 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8203 36029104 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doDeleteAction()

doDeleteAction(string  $user_ids) : string

Do delete user(s) via REST API.

Parameters

string $user_ids
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8265 36106232 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8265 36106232 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8269 36107624 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8265 36106232 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8265 36106232 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8325 36181352 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doDeleteMeAction()

doDeleteMeAction() : string

Do delete self account via REST API.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8387 36257784 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8387 36257784 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8389 36258480 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8387 36257784 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8387 36257784 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8446 36332208 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doUpdateAction()

doUpdateAction(string  $user_ids) : string

Do update user(s) via REST API.

Parameters

string $user_ids
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8507 36409336 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8507 36409336 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8511 36410728 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8507 36409336 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8507 36409336 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8569 36484456 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

indexAction()

indexAction() : string

Confirmation page for bulk actions.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8631 36560888 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8631 36560888 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8633 36561584 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8631 36560888 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 14.8631 36560888 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8690 36635312 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

getConfigDb()

getConfigDb() : array

Get config from DB.

This will get commonly used between admin controllers with these data.

rdbadmin_SiteName,
rdbadmin_SiteTimezone,
rdbadmin_AdminItemsPerPage,
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8751 36724728 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.8751 36724728 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8754 36725424 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8751 36724728 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.8751 36724728 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8812 36786864 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array

setCssAssets()

setCssAssets(\Rdb\Modules\RdbAdmin\Libraries\Assets  $Assets, array  $assetsData) 

Set CSS assets for common admin pages.

This is required to make basic admin pages working correctly.

Parameters

\Rdb\Modules\RdbAdmin\Libraries\Assets $Assets

The Assets class.

array $assetsData

The assets data. Please read more on \Rdb\Modules\RdbAdmin\Libraries\Assets::addMultipleAssets().

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8877 36863992 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.8877 36863992 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8884 36865384 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8877 36863992 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.8877 36863992 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.8943 36939112 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setJsAssetsAndObject()

setJsAssetsAndObject(\Rdb\Modules\RdbAdmin\Libraries\Assets  $Assets, array  $assetsData) 

Set JS assets and its object for XHR common data.

This is required to make basic admin pages working correctly.

Parameters

\Rdb\Modules\RdbAdmin\Libraries\Assets $Assets

The Assets class.

array $assetsData

The assets data. Please read more on \Rdb\Modules\RdbAdmin\Libraries\Assets::addMultipleAssets().

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9005 37015544 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9005 37015544 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9011 37016936 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9005 37015544 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9005 37015544 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9068 37094760 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

addUpdateUserFormValidation()

addUpdateUserFormValidation(array  $data, array  $dataField = array(), array  $dataUsersRoles = array(), string  $saveType = 'insert', string|integer  $user_id = '') : array

Form validation for add and update user.

Validate required and valid form fields.
Validate that selected roles did not have higher priority that the user who add or update them.
Validate username and email must not exists.
This method was called from doAddAction() method.

Parameters

array $data

The associative array form data.

array $dataField

Associative array for user_fields table.

array $dataUsersRoles

Associative array for users_roles table.

string $saveType

Type of saving data. It can be 'insert' or 'update'. Default is 'insert'.

string|integer $user_id

The user_id to check where $saveType is 'update' that any user else data must be unique.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9129 37167096 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9129 37167096 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9143 37184872 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9129 37167096 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9129 37167096 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9200 37246312 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with keys if contain at least one error:
formResultStatus (if error),
formResultMessage (if error) The result message,
formFieldsValidation (optional) Fields that contain errors,
responseStatus (optional) For HTTP response status,

decryptUserFieldsKey()

decryptUserFieldsKey(string|object  $encryptedKey) : string

Decrypt user fields key.

Parameters

string|object $encryptedKey

The encrypted key string. Or you may set user_fields object from PDO query instead.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9266 37322744 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9266 37322744 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9271 37324136 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9266 37322744 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9266 37322744 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9330 37401960 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string —

Return decrypted key string or return empty string if failed to decrypted.

generateUserFieldsKey()

generateUserFieldsKey(integer  $length = 8) : array

Generate user fields key.

Generate keys that can be use in change email confirmation, register confirmation, etc.

Parameters

integer $length

The length of key.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9392 37474296 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9392 37474296 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9396 37492072 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9392 37474296 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9392 37474296 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9456 37553512 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with 'readableKey', 'encryptedKey' keys.

getUserUrlsMethods()

getUserUrlsMethods(string  $user_id = '') : array

Get URLs and methods about user pages.

Parameters

string $user_id

The user ID.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9520 37625848 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9520 37625848 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9525 37643624 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9520 37625848 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9520 37625848 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9585 37705064 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array.

logoutUser()

logoutUser(array  $cookieData = array(), boolean  $logoutAllDevice = false) 

Logout target user.

Parameters

array $cookieData

The associative array of cookie data. This value can get from Cookie class. The array keys are:
user_id (required).
sessionKey (optional) For delete specific session key from user_logins table.

boolean $logoutAllDevice

Set to true to logout all device, false for specific session key.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9650 37793784 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9650 37793784 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9658 37795176 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9650 37793784 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9650 37793784 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9720 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

checkLogin()

checkLogin() 

Check for logged in, if not then redirect to login page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9783 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9783 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9785 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9783 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9783 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9848 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

checkPermission()

checkPermission(string  $moduleSystemName, string  $page, string|array  $action, array  $identity = array()) 

Check permission and (redirect OR response error message).

This will be redirect user to /admin page if request from web page.
This will be response error message if request via REST API or AJAX.

Parameters

string $moduleSystemName

The module (module system name or folder name) to check.

string $page

The page name to check.

string|array $action

The action(s) on that page. Use string if check for single action, use array if check for multiple actions.
If checking for multiple actions, any single action matched with certain module, page will be return true.

array $identity

The associative array of identity.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9911 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9911 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9923 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9911 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 14.9911 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 14.9981 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

getRdbAdminAssets()

getRdbAdminAssets() : array

Get RdbAdmin module's assets.

These contain the assets that is required for admin page to work.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0043 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0043 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0045 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0043 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0043 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0102 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with 'css' and 'js' in keys.

isUserLoggedIn()

isUserLoggedIn(integer  $user_id = null, string  $userlogin_session_key = '') : boolean

Check if user is logged in.

After called this method and it was true then you can access total sessions via totalLoggedInSessions property.
After called this method and cookie is valid then you can access cookie data via userSessionCookieData property.
If there is simultaneous login and user's setting is something that is not allowed (such as logout previous, logout all), it will be process here.

Parameters

integer $user_id

The user ID. Set to null (default) to auto detect from cookie.

string $userlogin_session_key

The logged in session key. Set to empty string (default) to auto detect from cookie.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0165 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0165 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0174 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0165 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0165 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0231 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

boolean —

Return true if logged in, false for not.

sessionTraitLogoutAll()

sessionTraitLogoutAll(integer  $user_id, \Rdb\Modules\RdbAdmin\Models\UserLoginsDb  $UserLoginsDb, \Rdb\Modules\RdbAdmin\Models\UserFieldsDb  $UserFieldsDb) 

Logout all succeeded login sessions, lock user account, send login link to user's email.

This method also set cache that email was sent recently.
This method was called from isUserLoggedIn().
This method was called from LoginController->doLogin().

Parameters

integer $user_id
\Rdb\Modules\RdbAdmin\Models\UserLoginsDb $UserLoginsDb
\Rdb\Modules\RdbAdmin\Models\UserFieldsDb $UserFieldsDb
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0294 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0294 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0303 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0294 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0294 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0362 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

getPageHtmlClasses()

getPageHtmlClasses(array  $classes = array()) : string

Get page HTML classes.

Parameters

array $classes

The classes to set for this html page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0433 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0433 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0437 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0433 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0433 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0496 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string —

Return generated html classes names.

getPageHtmlTitle()

getPageHtmlTitle(string  $title, string|null|false  $siteName = false) : string

Get page HTML title including site name if it was set.

Parameters

string $title

The site title.

string|null|false $siteName

Site name should be string.
Set to empty string or null will not include the site name.
Set to false to automatic get the site name from config DB.

Throws

\InvalidArgumentException

Returns

string

maybeRunCron()

maybeRunCron() 

Maybe run cron job if config is set to not use server cron.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0578 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0578 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0580 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0578 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0578 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0639 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

responseJson()

responseJson(  $output) 

{@inheritDoc}

Parameters

$output
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0701 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0701 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0704 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0701 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0701 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0762 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

responseXml()

responseXml(  $output) 

{@inheritDoc}

Parameters

$output
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0823 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0823 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0826 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0823 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0823 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0885 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setBasicConfig()

setBasicConfig() 

Setup basic PHP configurations such as default timezone.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0947 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0947 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0949 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.0947 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.0947 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1005 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setHeaderAllowOrigin()

setHeaderAllowOrigin() 

Set header allow origin for CORS.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1068 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.1068 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1069 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1068 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.1068 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1126 39903944 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

validateUsersAction()

validateUsersAction(string  $user_ids, string  $action, array  $options = array()) : array

Validate user(s) and action.

It's validating users and action must be selected.
This also validate to make sure that selected users will not have who is higher role.
This method was called from indexAction(), doUpdateAction(), doDeleteAction(), doDeleteMeAction() methods.

Parameters

string $user_ids

The selected user ID(s).

string $action

The selected action.

array $options

The associative array of options. The keys are:
checkPermission (boolean) Set to true (default) to check permission.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1187 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.1187 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1197 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1187 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 15.1187 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1253 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with keys:
action The selected action.
actionText The text of selected action, for displaying.
user_ids The selected user IDs.
formResultStatus (optional) If contain any error, it also send out http response code.
formResultMessage (optional) If contain any error, it also send out http response code.
listUsers (optional) The associative array where keys are total and items of users. Only available if form validation passed.
actionsFormOk The boolean value of form validation. It will be true if form validation passed, and will be false if it is not.

sessionTraitLogoutPreviousSessions()

sessionTraitLogoutPreviousSessions(integer  $user_id, \Rdb\Modules\RdbAdmin\Models\UserLoginsDb  $UserLoginsDb) 

Logout all sessions before latest succeeded login. (logout only succeeded login).

This method was called from isUserLoggedIn().

Parameters

integer $user_id
\Rdb\Modules\RdbAdmin\Models\UserLoginsDb $UserLoginsDb
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1322 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:969 15.1322 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1328 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.0643 2261448 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.0645 2256584 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.1823 10359432 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.1851 10507040 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.1852 10507040 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.1853 10572576 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.1854 10572576 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.1859 10575672 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 4.7864 24086728 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 4.7866 24089592 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 5.0488 27036864 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 5.0489 27036864 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0489 27036960 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 5.0533 27044952 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 7.3405 30552136 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 7.3410 30552296 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 14.7535 35593896 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 14.7541 35604104 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 14.7541 35620616 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 14.7541 35621744 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35621744 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7541 35622120 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 14.7541 35622816 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 14.7541 35622816 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 14.7690 35703432 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 14.7690 35703432 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1322 39903248 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:969 15.1322 39903248 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 15.1387 39904640 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\github\\rundizbones\\ModuleAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140